@import url('https://unpkg.com/boxicons@2.1.2/css/boxicons.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.1/css/all.min.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/material-design-iconic-font/2.2.0/css/material-design-iconic-font.min.css');
@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

@font-face {
    font-family: 'GilroyExtraBold';
    src: url('../fonts/GilroyExtraBold.eot');
    src: url('../fonts/GilroyExtraBold.eot') format('embedded-opentype'),
         url('../fonts/GilroyExtraBold.woff2') format('woff2'),
         url('../fonts/GilroyExtraBold.woff') format('woff'),
         url('../fonts/GilroyExtraBold.ttf') format('truetype'),
         url('../fonts/GilroyExtraBold.svg#GilroyExtraBold') format('svg');
          font-weight: normal;
         font-style: normal;
}

@font-face {
    font-family: 'GilroyLight';
    src: url('../fonts/GilroyLight.eot');
    src: url('../fonts/GilroyLight.eot') format('embedded-opentype'),
         url('../fonts/GilroyLight.woff2') format('woff2'),
         url('../fonts/GilroyLight.woff') format('woff'),
         url('../fonts/GilroyLight.ttf') format('truetype'),
         url('../fonts/GilroyLight.svg#GilroyLight') format('svg');
     font-weight: normal;
         font-style: normal;
}

@font-face {
    font-family: 'AVANTGA2';
    src: url('../fonts/AVANTGA2.eot');
    src: url('../fonts/AVANTGA2.eot') format('embedded-opentype'),
         url('../fonts/AVANTGA2.woff2') format('woff2'),
         url('../fonts/AVANTGA2.woff') format('woff'),
         url('../fonts/AVANTGA2.ttf') format('truetype'),
         url('../fonts/AVANTGA2.svg#AVANTGA2') format('svg');
       font-weight: normal;
         font-style: normal;
}


html * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

body, html {
  /* prevent horizontal scrolling */
  overflow-x: hidden;
}

*{
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-decoration: none;
  outline: none;
  box-sizing: border-box;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'Questrial', sans-serif;
}
h1, h2, h3, h4, h5, h6{font-family: 'Montserrat', sans-serif; margin: 0;padding: 0;}

p{font-family: 'Questrial', sans-serif; font-size: 16px;font-weight: 400;padding: 0;margin: 0;color: #000000;}
img {
  max-width: 100%;
  border: none;
}
figure{margin: 0;}
a {text-decoration: none;outline: none !important;-webkit-transition: 0.5s;-moz-transition: 0.5s;-o-transition: 0.5s;transition: 0.5s;}
figure{padding: 0;margin: 0;}

/*header CSS
--------------------------------------------------------------------------------------------------*/
.menu_button .container{
  position: relative;
}

.header_area {
    padding: 8px 0;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 5%);
    background: #fff;
}
.header_area .header-navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header_area .header-navbar .logo{
  max-width: 120px;
  width: 100%;
}
.header_area .header-navbar .header_right .logo{
  max-width: 170px;
  width: 100%;
}
.header_area .header-navbar .header_right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
    padding-right: 140px;
}
.socialmidea_area ul li{ padding-top: 10px; padding-left: 2px; }

.btn_custom {
    box-shadow: 0 5px 8px rgb(194 0 18 / 75%) inset, 0 3px 6px rgb(236 39 37 / 41%);
    background: #EC2725;
    color: #fff;
    box-sizing: border-box;
    padding: 11px 28px;
    border-radius: 30px;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    overflow: hidden;
    display: inline-block;
    z-index: 1;
    text-shadow: 0px 1px 1px rgb(0 0 0 / 12%);

  
}
.btn_custom:hover{
      background: rgb(255,216,1);
background: linear-gradient(90deg, rgba(255,216,1,1) 0%, rgba(236,39,37,1) 100%);
color: #fff;
box-shadow:0 5px 8px rgba(255,216,1,1) inset, 0 3px 6px rgb(236 39 37 / 41%);
}
.header_right{ position: relative; }
.header_right .enqurybtn {
    background: #D21113;
    color: #fff;
    position: absolute;
    right: -12px;
    top: -12px;
    max-width: 103px;
    height: 140%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    text-align: center;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-transform: uppercase;
}
.header_right .enqurybtn:hover{
    background: #EC2725;
    box-shadow: 0 5px 8px rgb(194 0 18 / 75%) inset;
    background: rgb(255,216,1);
background: linear-gradient(0deg, rgba(255,216,1,1) 0%, rgba(236,39,37,1) 100%);
}
/*.btn_custom span {
  position: relative;
  pointer-events: none;
  z-index: 9;
  color: #fff;
}
.btn_custom::before {
    --size: 0;
    content: '';
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: var(--size);
    height: var(--size);
    background: radial-gradient(circle closest-side, rgb(254 237 0), transparent);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    transition: width .2s ease, height .2s ease;
    z-index: -1;
}
.btn_custom:hover::before {
  --size: 200px;
}
*/






.bg-video-wrap {position: relative;overflow: hidden;width: 100%; height: calc(100vh - 90px);  background: url(../images/videoposter.jpg) no-repeat center center/cover;z-index: 1;}
.bg-video-wrap:after {content: ""; position: absolute;left: 0;top: 0;background-image: url(../images/bannerafter.png);background-position: top left;background-repeat: repeat;z-index: 1;width: 100%;height: 100%;opacity: 0.5;}
.bg-video-wrap video {height: 100vh; width: 100vw;object-fit: cover;position: relative;left: 0;right: 0;top: 0;bottom: 0;z-index: 1;}
.banner_area{ position: relative; z-index: 1; }
@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -22px;
    top: 0;
    margin: auto;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    bottom: -1px;
   /* background-image: linear-gradient(to top, #86377b 20%, #27273c 80%);*/
}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}













main {
  position: relative;
  z-index: 2;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
  /*-webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
  transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);*/
}

/*.navigation-is-open main {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
*/

.cd-nav-trigger {
    position: fixed;
    z-index: 3;
    left: 0;
    top: 12px;
    height: 54px;
    width: 54px;
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}
.cd-nav-trigger .cd-nav-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 22px;
    height: 2px;
    background-color: #000000;
    border-radius: 8px;
}
.cd-nav-trigger .cd-nav-icon::before, .cd-nav-trigger .cd-nav-icon:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 100%;
    background-color: inherit;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
    -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
    transition: transform 0.5s, width 0.5s, top 0.3s;
    border-radius: 8px;
}
.cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-9px);
  -moz-transform: translateY(-9px);
  -ms-transform: translateY(-9px);
  -o-transform: translateY(-9px);
  transform: translateY(-9px);
}
.cd-nav-trigger .cd-nav-icon::after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(9px);
    width: 115%;
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
  top: 2px;
}
.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
  top: -2px;
}
.cd-nav-trigger svg {
  position: absolute;
  top: 0;
  left: 0;
}
.cd-nav-trigger circle {
  /* circle border animation */
  -webkit-transition: stroke-dashoffset 0.4s 0s;
  -moz-transition: stroke-dashoffset 0.4s 0s;
  transition: stroke-dashoffset 0.4s 0s;
}
.navigation-is-open .cd-nav-trigger {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    position: fixed;
    left: 10px;
    z-index: 99999;
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after, .navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
    width: 50%;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s;
    -moz-transition: -moz-transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s;
    left: 12px;
    /* height: 72%; */
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after, .no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
  top: 0;
}
.navigation-is-open .cd-nav-trigger circle {
  stroke-dashoffset: 0;
  -webkit-transition: stroke-dashoffset 0.4s 0.3s;
  -moz-transition: stroke-dashoffset 0.4s 0.3s;
  transition: stroke-dashoffset 0.4s 0.3s;
}


.cd-nav {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    background-color: transparent;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.7s;
    -moz-transition: visibility 0s 0.7s;
    transition: visibility 0s 0.7s;
    z-index: 9;
   /*  -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;*/
   /* transform: skewX(-20.65deg);
    -webkit-transform: skewX(-20.65deg);
    -moz-transform: skewX(-20.65deg);
    -ms-transform: skewX(-20.65deg);*/
    height: 100vh;
    width: 40%;
    z-index: 999;
    left: 0;
   
}
.cd-nav .cd-navigation-wrapper {
  /* all navigation content */
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.7s;
  -moz-transition: -moz-transform 0.7s;
  transition: transform 0.7s;
 /* -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
  transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);*/
}
.navigation-is-open .cd-nav {
  visibility: visible;
  -webkit-transition: visibility 0s 0s;
  -moz-transition: visibility 0s 0s;
  transition: visibility 0s 0s;
}
.navigation-is-open .cd-nav .cd-navigation-wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
   /* -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transform: skewX(0deg);
    -webkit-transform: skewX(0deg);
    -moz-transform: skewX(0deg);
    -ms-transform: skewX(0deg);*/
    height: 100vh;
    width: 100%;
    z-index: 999;
    left: 0;
   position: relative;
   z-index: 1;
    overflow: hidden;
}
.cd-nav .cd-navigation-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ec2725;
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
    transform: skewX(-20.65deg);
    -webkit-transform: skewX(-20.65deg);
    -moz-transform: skewX(-20.65deg);
    -ms-transform: skewX(-20.65deg);
    z-index: -1;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}
.cd-half-block {
    max-width: 50%;
    width: 100%;
    height: 60vh;
    overflow: auto;
    margin-left: 16%;
    margin-top: 50px;
    padding-right: 24px;
}




/* ===== Scrollbar CSS ===== */
  /* Firefox */
 

 .cd-half-block{overflow:auto;}
 .cd-half-block::-webkit-scrollbar{width:5px;}
 .cd-half-block::-webkit-scrollbar-track{box-shadow:inset 0 0 10px #fff;border-radius:10px;}
 .cd-half-block::-webkit-scrollbar-thumb{background:#000;border-radius:10px;}
 .cd-half-block::-webkit-scrollbar-thumb:hover{background:#000;}
 .cd-nav .cd-navigation-wrapper {
    padding: 0;
     -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    position: relative;
    z-index: 1;
   
}
.video-main span{
  display: none;
}
.main-menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}




#slide-out .social-icons {
    margin-bottom: 15px;
}

#slide-out .social-icons a {
    color: #ccc;
    font-size: 16px;
    padding: 0 4px;
}

#slide-out .social-icons a:hover {
    color: #FFF;
}

#mobile-menu {
    
 
}

#mobile-menu.mobile-hide-icons i.fa {
    display: none;
}

#slide-out #mobile-menu .mega-menu-block {
    padding: 0 !important;
    background: transparent !important;
    min-height: inherit !important;
}

#slide-out #mobile-menu ul ul, #slide-out #mobile-menu .sub-menu-columns-item {
    display: none;
    background: rgb(255 255 255 / 0%);
}
#slide-out #mobile-menu ul ul ul {
    background: rgb(255 255 255 / 0%);
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon {
   background-color: #ec2725;
}

#slide-out #mobile-menu li {
    list-style: none;
    position: relative
}
#slide-out #mobile-menu li:hover i.mobile-arrows{
    color: #fff!important;
}
#slide-out #mobile-menu ul li.menu-item-has-children i.mobile-arrows {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border-left: 0;
    margin: 0;
    cursor: pointer;
    display: block;
    /* background-color: rgb(255 255 255); */
    border-radius: 40px;
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: hsl(0deg 0% 100% / 69%);
    font-size: 13px;
}

#slide-out #mobile-menu a {
    color: #ffffff;
    display: block;
    font-size: 15px;
    padding: 5px 0;
    padding-right: 0;
    border-bottom: none;
    font-family: 'GilroyExtraBold';
    letter-spacing: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
}

#slide-out #mobile-menu a:hover {
    background: transparent;
    color: #000000;
}
#slide-out #mobile-menu ul li.active a {
    color: #000000;
}

#slide-out #mobile-menu ul ul a {
    font-size: 15px;
    padding-left: 20px;
    font-family: 'GilroyLight';
    letter-spacing: normal;
    padding: 1px 0;
    line-height: 22px;
    padding-left: 11px;
    text-transform: capitalize;
    font-weight: 600;
}
#slide-out #mobile-menu ul ul a:hover{
     color: #000;
   
}

#slide-out #mobile-menu ul ul ul a {
    font-size: 14px;
    padding-left: 36px;
}

#slide-out #mobile-menu ul ul ul a {
    padding-left: 24px;
    font-weight: 300;
}

#slide-out #mobile-menu ul ul ul ul a {
    padding-left: 60px
}

#mobile-menu li.menu-item-home a:before {
 
}

#mobile-menu .mobile-arrows {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

#mobile-menu .mobile-arrows.is-open {
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
}




/*-----------campus_area css start----------*/

.pt-8 {
    padding-top: 80px;
}
.cumpasbox {
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    height: 200px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.cumpasbox .overtext {
    position: absolute;
    left: 0;
    top: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    background-color: rgb(0 0 0 / 55%);
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 15px 16px;
    text-align: center;
}
.cumpasbox:hover .overtext {
    background-color: rgb(136 1 0 / 66%);
}

.cumpasbox img{
  width: 100%;
  object-fit: cover;
  transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
.cumpasbox:hover img{
  -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

/*-------abou-area css start-------*/

.about_area{ position: relative; z-index: 1;}
.about_area:before {
    content: "";
    position: absolute;
    left: -109px;
    bottom: -459px;
    background-image: url(../images/line1.gif);
    max-width: 922px;
    height: 540px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}
.about_area:after {
    content: "";
    position: absolute;
    right: -62px;
    max-width: 181px;
    width: 100%;
    height: 464px;
    background-image: url(../images/about_after.png.);
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -223px;
}

.about_thumble{
  position: relative;
  z-index: 1;
  
}
.about_thumble:after {
    content: "";
    position: absolute;
    left: -35px;
    top: -10px;
    background-image: url(../images/aboutroundbg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 716px;
    width: 100%;
    height: 458px;
    z-index: -1;
    -webkit-animation: swing ease-in-out 7s infinite alternate;
    -moz-animation: swing ease-in-out 7s infinite alternate;
    -o-animation: swing ease-in-out 7s infinite alternate;
    animation: swing ease-in-out 7s infinite alternate;
}
.about_thumble:before {
    content: "";
    position: absolute;
    left: 42px;
    bottom: -56px;
    background-image: url(../images/aboutroundbg2.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 422px;
    width: 100%;
    height: 406px;
    z-index: 1;
    -webkit-animation: vibrate-1 4s ease-in-out infinite both;
    -moz-animation: vibrate-1 4s ease-in-out infinite both;
    -o-animation: vibrate-1 4s ease-in-out infinite both;
    animation: vibrate-1 4s ease-in-out infinite both;
}
.about_thumble .thumbleimg {
    width: 430px;
    height: 430px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    position: relative;
    z-index: 1;
}
.about_thumble .thumbleimg:after {
    content: "";
    position: absolute;
    right: -24px;
    top: -20px;
    width: 470px;
    height: 520px;
    background-image: url(../images/aboutround.gif);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.about_thumble .thumbleimg:before {
    content: "";
    position: absolute;
    right: 7px;
    top: -24px;
    width: 118px;
    height: 28px;
    background-image: url(../images/aboutroundbg3.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    -webkit-animation: pulsate-fwd 1s ease-in-out infinite both;
    -moz-animation: pulsate-fwd 1s ease-in-out infinite both;
    -o-animation: pulsate-fwd 1s ease-in-out infinite both;
    animation: pulsate-fwd 1s ease-in-out infinite both;
}
.about_thumble .thumbleimg img {
    width: 100%;
    object-fit: cover;
}
.about_contant {
    padding-left: 44px;
    position: relative;
    z-index: 1;
}
.about_contant .exp {
    text-align: center;
    min-width: 170px;
    padding-top: 24px;
    width: 100%;
    position: relative;
    left: -15px;
}
.about_contant .exp h1 {
    background: url(../images/bgcolor.gif);
    background-size: cover;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: 'AVANTGA2';
    font-size: 120px;
    text-transform: uppercase;
    text-shadow: 0px 2px 5px rgb(0 0 0 / 12%);
    line-height: 100px;
    margin-bottom: 14px;
}
.about_contant .exp h2 {
    font-family: 'GilroyLight';
    color: #1B273D;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 30px;
}

.about_contant .heading{
  text-align: left;
  margin-bottom: 24px;
}
.about_contant p {
    font-family: 'Questrial', sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #000000;
}

.videowrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #f0463b;
    display: flex;
    background: #ffffff;
    z-index: 999;
    align-items: center;
    justify-content: center;
}
.video:hover{
  color: #000;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(239 61 52 / 55%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}








.wychooseus_area {}
.wychooseus_bgarea {
    max-width: 820px;
    width: 100%;
    margin: auto;
    margin-top: 0;
    position: relative;
}
.wychooseus_bgarea .wychooseus_totalbox{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.wychooseus_bgarea .wychooseus_totalbox .wychooseus_box {
    max-width: 330px;
    width: 100%;
    background: rgb(238,54,47);
    background: linear-gradient(280deg, rgba(238,54,47,1) 0%, rgba(243,99,78,1) 100%);
    box-sizing: border-box;
    padding: 24px;
    text-align: center;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 5px 12px #FFB7AE;
    color: #fff;
}
.wychooseus_bgarea .wychooseus_totalbox .wychooseus_box .icon {
    max-width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    overflow: hidden;
    margin: auto;
    margin-bottom: 15px;
}
.wychooseus_bgarea .wychooseus_totalbox .wychooseus_box .icon img{
   object-fit: contain;
   width: 100%;
}
.wychooseus_bgarea .wychooseus_totalbox .wychooseus_box  h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 22px;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px;
}
.wychooseus_bgarea .wychooseus_totalbox .wychooseus_box  p{
   font-family: 'Questrial', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}
.wychooseus_bgarea .wychooseus_totalbox .wychooseus_box:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/wychooseusshape1.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.wychooseus_bgarea .wychooseus_totalbox .wychooseus_box:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/wychooseusshape2.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.wychooseus_bgarea .wychooseus_totalbox .wychooseus_box {
   
}
.wychooseus_bgarea .wychooseus_totalbox .wychooseus_box:first-child {
    margin-top: 217px;
    left: -80px;
}
.wychooseus_bgarea .wychooseus_totalbox .wychooseus_box:nth-of-type(2) {
    margin-top: 140px;
    right: -124px;
    background: rgb(251,165,51);
    background: linear-gradient(280deg, rgba(251,165,51,1) 0%, rgba(236,39,37,1) 100%);
}

.wychooseus_bgarea .wychooseus_totalbox .wychooseus_box:nth-of-type(3) {
    margin-top: 40px;
    left: -105px;
    background: rgb(230,103,25);
    background: linear-gradient(280deg, rgba(230,103,25,1) 0%, rgba(252,177,48,1) 100%);
}
.wychooseus_bgarea .wychooseus_totalbox .wychooseus_box:nth-of-type(4) {
    margin-top: -40px;
    right: -154px;
    background: rgb(239,155,66);
    background: linear-gradient(280deg, rgba(239,155,66,1) 0%, rgba(252,109,109,1) 100%);
}





.ourplacements_area{
  position: relative;
  z-index: 1;
}
.ourplacements_area:after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 0;
    background-image: url(../images/studentlinebottom.webp);
    max-width: 650px;
    height: 384px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    background-position: right;
    z-index: -1;
}

.ourplacements_area:before {
    content: "";
    position: absolute;
    left: -113px;
    top: 96px;
    background-image: url(../images/studentlinetop.webp);
    max-width: 650px;
    height: 384px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    background-position: right;
    z-index: -1;
}


.placement_box {
    position: relative;
    padding-bottom: 15px;
    width: 90%;
    margin: auto;
    z-index: 1;
}
.placement_box:after {
    content: "";
    position: absolute;
    left: -74px;
    top: -77px;
    background-image: url(../images/studentafterbg.webp);
    background-size: contain;
    width: 390px;
    height: 444px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
}
.placement_box .thumble {
    box-sizing: border-box;
    border: 3px solid #EC2725;
    width: 100%;
    height: 330px;
    display: flex;
    overflow: hidden;
    position: relative;
    background: rgb(255,26,0);
    background: linear-gradient(0deg, rgba(255,26,0,1) 0%, rgba(255,210,6,1) 100%);
}

.placement_box:hover .thumble figcaption {
    opacity: 1;
    width: 100%;
    height: 100%;
}
.placement_box .thumble img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}
.placement_box .bodytext {
    position: relative;
    width: 86%;
    text-align: center;
    background: #fff;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 7%);
    margin: auto;
    box-sizing: border-box;
    padding: 15px;
    margin-top: -34px;
    border-radius: 10px;
     -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}

.placement_box:hover .thumble img{
  -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
}
.owl-carousel.placement_carousel{
  margin-top: 24px;
}
.owl-carousel.placement_carousel .owl-stage-outer {
    padding: 70px 0 0;
}
.placement_carousel  .owl-item.first .placement_box .thumble {
    border-radius: 90px 0 0 0;
}
.placement_carousel  .owl-item.last .placement_box .thumble {
    border-radius: 0px 0 90px 0;
}


.placement_carousel .owl-nav {
    text-align: center;
    font-size: 0;
    margin-top: 20px;
}

.placement_carousel .owl-nav button {
    margin: 0 24px;
}
.placement_carousel .owl-nav button:hover{
  background: rgb(255,26,0);
background: linear-gradient(90deg, rgba(255,26,0,1) 0%, rgba(255,128,0,1) 100%);
}

.owl-carousel.placement_carousel .owl-nav button.owl-next {
     clip-path: polygon(0 0, 0 100%, 100% 50%);
     width: 54px;
    height: 60px;
    background: rgb(255,26,0);
background: linear-gradient(280deg, rgba(255,26,0,1) 0%, rgba(255,128,0,1) 100%);
}
.owl-carousel.placement_carousel .owl-nav button.owl-next:hover{
background: rgb(255,26,0);
background: linear-gradient(90deg, rgba(255,26,0,1) 0%, rgba(255,214,0,1) 82%, rgba(255,214,0,1) 100%, rgba(255,210,6,1) 100%);
}

.owl-carousel.placement_carousel .owl-nav button.owl-prev {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    width: 54px;
    height: 60px;
    background: rgb(255,26,0);
    background: linear-gradient(280deg, rgba(255,26,0,1) 0%, rgba(255,128,0,1) 100%);
}
.owl-carousel.placement_carousel .owl-nav button.owl-prev:hover{
background: rgb(255,26,0);
background: linear-gradient(90deg, rgba(255,26,0,1) 0%, rgba(255,214,0,1) 82%, rgba(255,214,0,1) 100%, rgba(255,210,6,1) 100%);
}
.placement_carousel_box{
  position: relative;
}
.placement_carousel_box owl-carousel.placement_carousel .owl-nav button.owl-prev:hover .pnum{
  background: #000;
}
#counter {
    text-align: center;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    bottom: 10px;
    z-index: 99;
}

.placement_carousel_box .pnum {
    color: #FF2500;
    width: 36px;
    height: 36px;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 6px;
    background: #fff;
}

.placement_carousel_box .nnum {
    color: #FF2500;
    width: 36px;
    height: 36px;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
     margin: 0 6px;
    background: #fff;
}





/*----- ---freedemoform area css --------*/

.freedemoform {
    background: rgb(248,80,80);
    background: linear-gradient(90deg, rgba(248,80,80,1) 0%, rgba(245,62,60,1) 100%);
    border-radius: 0px 50px 50px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: end;
}
.freedemoform:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/formbg.webp);
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}
.freedemoform:before {
    content: "";
    position: absolute;
    left: -118px;
    bottom: -138px;
    background-image: url(../images/formbg1.webp);
    width: 507px;
    height: 330px;
    z-index: -1;
    object-fit: contain;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
}
.freedemoform .freedemoform_inner {
    max-width: 660px;
    width: 100%;
    padding: 90px 24px 70px;
    padding-right: 60px;
}
.freedemoform .freedemoform_inner .heading {
    text-align: left;
}
.freedemoform .freedemoform_inner .heading h3 {
    font-family: 'GilroyExtraBold';
    font-size: 44px;
    color: #fff;
}
.freedemoform .freedemoform_inner .heading p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.freedemoform .freedemoform_inner .heading h3 strong {
    font-weight: normal;
    -webkit-text-stroke: 2px #ffffff;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}
.formbox {
    width: 94%;
    box-sizing: border-box;
    /* padding: 24px; */
    /* border: 2px solid #fff; */
    margin-top: 28px;
    position: relative;
}
.formbox:after {
    content: "";
    position: absolute;
    background-image: url(../images/formafter.webp);
    width: 100%;
    height: 336px;
    background-size: contain;
    background-position: right -4px;
    background-repeat: no-repeat;
    z-index: -1;
    top: 0px;
}
.formbox .formbox_inner {
    padding: 80px 40px 30px 0;
}
.formbox .formbox_inner .form-group{ margin-bottom: 5px; }
.formbox .formbox_inner .form-control {
    height: 50px;
    border-radius: 30px;
    font-size: 14px;
    border: none;
    position: relative;
    box-shadow: 0px -2px 6px rgb(0 0 0 / 40%) inset;
}
.formbox .formbox_inner .form-control::placeholder { 
  color: red;
  opacity: 1;
  font-family: 'Questrial', sans-serif;
  font-weight: 400; 
  font-size: 14px;
}
.formbox .formbox_inner .form-control:-ms-input-placeholder { 
  color: red;
  font-family: 'Questrial', sans-serif;
  font-weight: 400; 
  font-size: 14px;
}
.formbox .formbox_inner .form-control::-ms-input-placeholder { 
  color: red;
  font-family: 'Questrial', sans-serif;
  font-weight: 400; 
  font-size: 14px;
}

.bin_submit {
    background: #FFD800;
    display: inline-block;
    padding: 12px 34px;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    border-radius: 30px;
    box-shadow: 0 3px 6px rgb(255 255 255 / 48%) inset, 0 3px 6px rgb(251 0 9 / 49%);
    border: none;
    width: auto;
    margin-top: 33px;
    margin-left: 5px;
}
.bin_submit:hover {
    /* background: rgb(255,216,1); */
    background: linear-gradient(90deg, rgba(255,216,1,1) 0%, rgba(236,39,37,1) 100%);
    color: #fff;
    box-shadow: 0 5px 8px rgb(255 216 1) inset, 0 3px 6px rgb(236 39 37 / 41%);
}
.freedemo_area{
  position: relative;
  z-index: 1;
  /*overflow: hidden;*/
}
.getplaced_area{
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.freedemo_area:after {
    content: "";
    position: absolute;
    right: -215px;
    top: -100px;
    background-image: url(../images/clientafterimg.webp);
    max-width: 535px;
    height: 388px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
}
.freedemo_area:before {
    content: "";
    position: absolute;
    right: -164px;
    bottom: -149px;
    background-image: url(../images/line.webp);
    max-width: 923px;
    height: 243px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
}

.getplaced_area .getplaced_innerbox{
  max-width: 660px;
    width: 100%;
    padding: 90px 70px 70px;
    padding-right: 60px;

}
.getplaced_area .getplaced_innerbox .heading {
    text-align: left;
}
.client_carousel { margin-top: 24px; }
.blog_carousel.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 40px;
}
.client_carousel.owl-carousel .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: #707070;
    outline: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-right: 5px;
    opacity: 0.6;
}
.client_carousel.owl-carousel .owl-dots .owl-dot:last-child{
    margin-right: 0px;
}
.client_carousel.owl-carousel .owl-dots .owl-dot:hover{
    background-color: #384099;
}
.client_carousel.owl-carousel .owl-dots .owl-dot.active{
    width: 26px;
    border-radius: 30px;
    background: rgb(236,39,37);
    background: linear-gradient(47deg, rgba(236,39,37,1) 0%, rgba(194,0,18,1) 100%);
}

.client_carousel  .owl-stage-outer{
  padding: 24px 0;
}
.clientbox {
    height: 96px;
    width: 94%;
    margin: auto;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 25%);
    border-radius: 12px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
    /* padding: 10px 15px; */
    max-width: 224px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    overflow: hidden;
}
.clientbox:hover{
  box-shadow: none;
}
.client_carousel .itembox {
    padding-right: 10px;
}
.itembox .clientbox:nth-of-type(2n) {
    margin-right: -4px;
}
.clientbox:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url(../images/clientimgshape.png);
    width: 100%;
    height: 90%;
    background-size: 90%;
    background-repeat: no-repeat;
    z-index: -1;
    right: 0;
    margin: auto;
    background-position: center;
    
}
.clientbox img {
    height: 58px;
    object-fit: contain;
    max-width: 120px;
}
.clientbox:hover img{
   -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-transform-origin: center;
    transform-origin: center;
    animation-duration: .4s;
    animation-timing-function: linear;
}

/*blog area css*/

.p-120{ padding: 120px 0;}
.heading {
    text-align: center;
    z-index: 1;
    position: relative;
}
.heading h3 {
    font-family: 'GilroyExtraBold';
    font-size: 44px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.heading h3 strong {
    font-weight: normal;
    -webkit-text-stroke: 1px #D21113;
    -webkit-text-fill-color: white;
    text-shadow: 0px 2px 3px rgb(0 0 0 / 22%);
}
.blog_carousel{
  margin-top: 30px;
}

.blog_carousel.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 40px;
}
.blog_carousel.owl-carousel .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: #707070;
    outline: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-right: 5px;
    opacity: 0.6;
}
.blog_carousel.owl-carousel .owl-dots .owl-dot:last-child{
    margin-right: 0px;
}
.blog_carousel.owl-carousel .owl-dots .owl-dot:hover{
    background-color: #384099;
}
.blog_carousel.owl-carousel .owl-dots .owl-dot.active{
    width: 26px;
    border-radius: 30px;
    background: rgb(236,39,37);
    background: linear-gradient(47deg, rgba(236,39,37,1) 0%, rgba(194,0,18,1) 100%);
}

.blogbox {
    max-width: 98%;
    margin: auto;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 24px;
    overflow: hidden;
}
.blogbox .blog_thumble {
    display: flex;
    max-width: 80%;
    width: 100%;
    height: 280px;
    margin-right: auto;
    background: rgb(236,39,37);
    background: linear-gradient(47deg, rgba(236,39,37,1) 0%, rgba(194,0,18,1) 100%);
    overflow: hidden;
}
.blogbox .blog_thumble img{
  object-fit: cover;
  width: 100%;
  -webkit-transition: .4s ease;
    transition: .4s ease;
}
.blogbox:hover .blog_thumble img{
  -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
}
.blogbox .blog_body {
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 9%);
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
  
}
.blogbox .blog_body h6 {
    display: flex;
    align-items: center;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
}
.blogbox .blog_body h6 .badge {
    font-size: 11px;
    font-family: 'Questrial', sans-serif;
    background: rgb(236,39,37);
    background: linear-gradient(90deg, rgba(236,39,37,1) 0%, rgba(249,98,105,1) 100%);
    border-radius: 30px;
    font-weight: 400;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.blogbox .blog_body h5 {
    font-size: 17px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.blogbox .contant_box:after {
    content: "";
    position: absolute;
    left: 0;
    top: -23px;
    z-index:1;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 268px solid transparent;
    border-bottom: 24px solid white;
}
.blogbox .contant_box {
    position: relative;
    z-index: 1;
    margin-top: -76px;
    width: 78%;
    padding-right: 10px;
}
.blogbox .contant_box:before {
    content: "";
    position: absolute;
    left: -14px;
    width: 24px;
    height: 123%;
    border: 2px solid #FF3A3A;
    top: -20%;
    z-index: -1;
    /* transform: skew(30deg); */
    /* -webkit-transform: skew(-200deg); */
    -moz-transform: skew(-200deg);
    /* transform: skew(-156deg); */
    transform: skew(0deg, 28deg);
}
.ellipsis_btn{
  color: transparent!important;
  transform: translateX(-90px);
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
  transition: all 300ms ease-in-out;
}
.ellipsis_btn span {
    color: #D8141C!important;
    font-size: 26px;
    display: inline-block;
    vertical-align: -7px;
    margin-left: 5px;
    transition: all 300ms ease-in-out;
}
.ellipsis_btn:hover {
    transform: translateX(0px);
    color: #D8141C!important;
}

.blogbox:hover .ellipsis_btn{
    transform: translateX(0px);
    color: #D8141C!important;
}
.blogbox:hover .ellipsis_btn:hover{
  color: #000!important;
}


/*footer area css */
.footer_area{ position: relative;  margin-top: 100px; background-repeat: no-repeat; background-position: center; background-size: cover; }
.footer_area .after {
    position: absolute;
    left: 0;
    top: -1px;
    width: 100%;
    z-index: 1;
}
.footer_area .after img{ width: 100%; }
.footer_top{ padding-top: 150px; }
.footer_wizget{ margin-top: 30px; }
.footer_wizget .footer_logo {
    max-width: 190px;
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
}
.socialmidea_area ul{ margin: 0; padding: 0; list-style: none;  }
.footer_wizget .socialmidea_area ul li {
    margin: 10px 4px;
}
.footer_wizget .socialmidea_area {
    margin-top: 15px;
}
.footer_wizget .socialmidea_area ul li img{}
.footer_wizget h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 24px;
}
.footer_wizget h4:after{ content: ""; position: absolute; left: 0; bottom: 0; background-image: url(../images/line.png); width: 74px; height: 2px; }
.footer_wizget ul.footerlink{ margin: 0; padding: 0; list-style: none; }
.footer_wizget ul.footerlink li{ display: block; margin-top: 10px; padding-left: 22px;  }
.footer_wizget ul.footerlink li a {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    position: relative;
     line-height: 18px;
     transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
.footer_wizget ul.footerlink li a:after {
    content: "\f101";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 15px;
    position: absolute;
    left: -22px;
    color: #fff;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    top: 0;
}

.footer_wizget ul.footerlink li a:hover {
    margin-left: -22px;
    color: #feed00;
}
.footer_wizget ul.footerlink li a:hover:after{ left:106%; ; color: #feed00; }

.footer_wizget .adressbox {
    position: relative;
    padding-left: 36px;
    margin-top: 4px;
}
.footer_wizget  iframe{ width: 100%!important; height: 220px!important;}
.footer_wizget .adressbox .icon {
    position: absolute;
    left: 0;
    top: -3px;
    width: 30px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_wizget .adressbox h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
}
.footer_wizget .adressbox p{
  font-size: 15px;
  color: #fff;
  font-family: 'Questrial', sans-serif;
    font-weight: 400;
}
.footer_bottom {
    background-color: rgb(0 0 0 / 41%);
    text-align: center;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
    margin-top:70px;
}
/*------ css 09.09.2022 start -------*/
/*----- work area start -----*/
.work-body-area {
  padding-top: 50px;
}
.work-body-area .nav-tabs {
  border: none;
  margin-bottom: 45px;
  display: block;
  text-align: center;
}
.work-body-area .nav-tabs .nav-item {
  display: inline-block;
  margin-right: 5px;
}
.work-body-area .nav-tabs .nav-item:last-child{
  margin-right: 0;
}
.work-body-area .nav-tabs .nav-item .nav-link {
    font-size: 16px;
    font-weight: 500;
    border: 1px solid #1B273D;
    color: #1B273D;
    border-radius: 30px;
    padding: 8px 24px 6px;
}
.work-body-area .nav-tabs .nav-item .nav-link:hover, .work-body-area .nav-tabs .nav-item .nav-link.active{
  box-shadow: 0 5px 8px rgb(194 0 18 / 75%) inset, 0 3px 6px rgb(236 39 37 / 41%);
  background: #EC2725;
  border-color: #EC2725;
  color: #ffffff;
}
.work-img{
  overflow: hidden;
  height: 553px;
}
.work-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.work-img.work-img-small {
  height: 265px;
  margin-bottom: 23px;
}
/*----- work area stop -----*/
/*------ popularcourses area start -------*/
.popularcourses-area{
  padding: 0 0 120px;
  position: relative;
  z-index: 1;
}
.popularcourses-area:after {
    content: "";
    position: absolute;
    background-image: url(../images/popularcoursesafter.png);
    width: 480px;
    height: 718px;
    top: -471px;
    left: -45px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left bottom;
    z-index: -1;
}
.wychooseus_area{
    position: relative;
    z-index: 9;
}
.course-slider-body{
  padding-top: 60px;
}
.course-slider .media .media-img {
  width: 100%;
  max-width: 630px;
  height: 440px;
  position: relative;
}
.course-slider .media .media-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.course-slider .media .media-img .tag-box {
  position: absolute;
  top: 108px;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 180px;
}
.course-slider .media .media-img .tag-box .tag1 {
  width: 100%;
  max-width: 180px;
  height: 180px;
  background-color: rgb(246 111 96 / 93%);
  -webkit-box-shadow: inset 0 3px 6px rgb(0 0 0 / 59%);
  -moz-box-shadow: inset 0 3px 6px rgb(0 0 0 / 59%);
  -o-box-shadow: inset 0 3px 6px rgb(0 0 0 / 59%);
  box-shadow: inset 0 3px 6px rgb(0 0 0 / 59%);
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  padding-right: 92px;
}
.course-slider .media .media-img .tag-box .tag1 h3{
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.course-slider .media .media-img .tag-box .tag1 h3 strong{
  display: block;
}
.course-slider .media .media-img .tag-box .tag1 p{
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 400;
}
.course-slider .media .media-img .tag-box .tag2 {
  width: 100%;
  max-width: 180px;
  height: 180px;
  background-color: #EC2725;
  -webkit-box-shadow: inset 0 3px 6px rgb(0 0 0 / 59%);
  -moz-box-shadow: inset 0 3px 6px rgb(0 0 0 / 59%);
  -o-box-shadow: inset 0 3px 6px rgb(0 0 0 / 59%);
  box-shadow: inset 0 3px 6px rgb(0 0 0 / 59%);
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  margin-top: -135px;
  margin-left: 90px;
}
.course-slider .media .media-img .tag-box .tag2 .tag-body{
  margin-bottom: 10px;
  text-align: center;
}
.course-slider .media .media-img .tag-box .tag2 .tag-body:last-child{
  margin-bottom: 0;
}
.course-slider .media .media-img .tag-box .tag2 .tag-body h3{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
}
.course-slider .media .media-img .tag-box .tag2 .tag-body p{
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 400;
}
.course-slider .media .media-body {
  padding: 100px 70px;
  padding-left: 130px;
}
.course-slider .media .media-body h3{
  text-transform: uppercase;
  font-family: 'GilroyExtraBold';
  position: relative;
  font-size: 44px;
  margin-bottom: 12px;
}
.course-slider .media .media-body h3 .shadow-text {
  position: absolute;
  top: -10px;
  left: 0;
  color: rgb(2 16 25 / 6%);
  font-size: 50px;
  font-family: 'GilroyExtraBold';
}
.course-slider .media .media-body h3 strong{
  -webkit-text-stroke: 1px #D21113;
  -webkit-text-fill-color: white;
  text-shadow: 0px 2px 3px rgb(0 0 0 / 22%);
  position: relative;
  z-index: 1;
}
.course-slider .media .media-body p {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 15px;
}
.course-slider .media .media-body .ellipsis_btn{
  transform: translateX(0);
  color: #EC2725 !important;
}
.course-slider .media .media-body .ellipsis_btn:hover, .course-slider .media .media-body .ellipsis_btn:hover span{
  color: #000000 !important;
}
.course-carousel .owl-dots{
  width: 100%;
  text-align: center;
}
.course-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #707070;
  margin-right: 5px;
  background-color: #707070;
  position: relative;
}
.course-carousel .owl-dots .owl-dot:before {
  content: '';
  position: absolute;
  top: 2.8px;
  left: 1px;
  right: 0;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #E91A00;
  transition: 0.5s;
  opacity: 0;
}
.course-carousel .owl-dots .owl-dot:hover, .course-carousel .owl-dots .owl-dot.active{
  border-color: #E91A00;
  background-color: #ffffff;
}
.course-carousel .owl-dots .owl-dot:hover:before, .course-carousel .owl-dots .owl-dot.active:before{
  opacity: 1;
}
/*------ popularcourses area stop -------*/

/*-------abou-area css start-------*/

.about_area{ position: relative; z-index: 1;}
.about_area:before {
    content: "";
    position: absolute;
    left: -109px;
    bottom: -459px;
    background-image: url(../images/line1.gif);
    max-width: 922px;
    height: 540px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
}

.about_thumble{
  position: relative;
  z-index: 1;
  
}
.about_thumble:after {
    content: "";
    position: absolute;
    left: -35px;
    top: -10px;
    background-image: url(../images/aboutroundbg1.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 716px;
    width: 100%;
    height: 458px;
    z-index: -1;
    -webkit-animation: swing ease-in-out 7s infinite alternate;
    -moz-animation: swing ease-in-out 7s infinite alternate;
    -o-animation: swing ease-in-out 7s infinite alternate;
    animation: swing ease-in-out 7s infinite alternate;
}
.about_thumble:before {
    content: "";
    position: absolute;
    left: 42px;
    bottom: -56px;
    background-image: url(../images/aboutroundbg2.png);
    background-size: contain;
    background-repeat: no-repeat;
    min-width: 422px;
    width: 100%;
    height: 406px;
    z-index: 1;
    -webkit-animation: vibrate-1 4s ease-in-out infinite both;
    -moz-animation: vibrate-1 4s ease-in-out infinite both;
    -o-animation: vibrate-1 4s ease-in-out infinite both;
    animation: vibrate-1 4s ease-in-out infinite both;
}
.about_thumble .thumbleimg {
    width: 430px;
    height: 430px;
    border-radius: 50%;
    margin: auto;
    display: flex;
    position: relative;
    z-index: 1;
}
.about_thumble .thumbleimg:after {
    content: "";
    position: absolute;
    right: -24px;
    top: -20px;
    width: 470px;
    height: 520px;
    background-image: url(../images/aboutround.gif);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
}
.about_thumble .thumbleimg:before {
    content: "";
    position: absolute;
    right: 7px;
    top: -24px;
    width: 118px;
    height: 28px;
    background-image: url(../images/aboutroundbg3.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    -webkit-animation: pulsate-fwd 1s ease-in-out infinite both;
    -moz-animation: pulsate-fwd 1s ease-in-out infinite both;
    -o-animation: pulsate-fwd 1s ease-in-out infinite both;
    animation: pulsate-fwd 1s ease-in-out infinite both;
}
.about_thumble .thumbleimg img {
    width: 100%;
    object-fit: cover;
}
.about_contant {
    padding-left: 44px;
    position: relative;
    z-index: 1;
}
.about_contant .heading{
  text-align: left;
  margin-bottom: 24px;
}
.about_contant p {
    font-family: 'Questrial', sans-serif;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}

.videowrapper {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 99;
}

.video-main {
  position: relative;
  display: inline-block;
}

.video {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: transparent;
    color: #f0463b;
    display: flex;
    background: #ffffff;
    z-index: 999;
    align-items: center;
    justify-content: center;
}
.video:hover{
  color: #000;
}

@keyframes waves {
  0% {
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 0.9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  }
  100% {
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

.fa-play:before {
  content: "\f04b";
}

.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgb(239 61 52 / 55%);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 3s ease-in-out infinite;
    animation: waves 3s ease-in-out infinite;
}
        
.wave-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.wave-2 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.wave-3 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

@keyframes swing {
    0% { transform: rotate(3deg); }
    100% { transform: rotate(-3deg); }
}

@-webkit-keyframes vibrate-1 {
  0% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
  20% {
    -webkit-transform: translate(-2px, 2px);
            transform: translate(-2px, 2px);
  }
  40% {
    -webkit-transform: translate(-2px, -2px);
            transform: translate(-2px, -2px);
  }
  60% {
    -webkit-transform: translate(2px, 2px);
            transform: translate(2px, 2px);
  }
  80% {
    -webkit-transform: translate(2px, -2px);
            transform: translate(2px, -2px);
  }
  100% {
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@-webkit-keyframes pulsate-fwd {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}








.wychooseus_area {}
.wychooseus_bgarea {
    max-width: 740px;
    width: 100%;
    margin: auto;
    margin-top: 74px;
    position: relative;
}
.wychooseus_bgarea .wychooseus_totalbox{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
.wychooseus_bgarea .wychooseus_totalbox .wychooseus_box {
    max-width: 350px;
    height: 240px;
    width: 100%;
    background: rgb(238,54,47);
    background: linear-gradient(280deg, rgba(238,54,47,1) 0%, rgba(243,99,78,1) 100%);
    box-sizing: border-box;
    padding: 24px;
    text-align: center;
    overflow: hidden;
    border-radius: 30px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 5px 12px #FFB7AE;
    color: #fff;
}
.wychooseus_bgarea .wychooseus_totalbox .wychooseus_box:after{
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../images/wychooseusshape1.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
.wychooseus_bgarea .wychooseus_totalbox .wychooseus_box:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/wychooseusshape2.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.wychooseus_bgarea .wychooseus_totalbox .wychooseus_box{}











.ourplacements_area{
  position: relative;
  z-index: 1;
}
.ourplacements_area:after {
    content: "";
    position: absolute;
    right: -40px;
    bottom: 0;
    background-image: url(../images/studentlinebottom.png);
    max-width: 650px;
    height: 384px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    background-position: right;
    z-index: -1;
}

.ourplacements_area:before {
    content: "";
    position: absolute;
    left: -113px;
    top: 96px;
    background-image: url(../images/studentlinetop.png);
    max-width: 650px;
    height: 384px;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    background-position: right;
    z-index: -1;
}


.placement_box {
    position: relative;
    padding-bottom: 15px;
    width: 90%;
    margin: auto;
    z-index: 1;
}
.placement_box:after {
    content: "";
    position: absolute;
    left: -74px;
    top: -77px;
    background-image: url(../images/studentafterbg.png);
    background-size: contain;
    width: 390px;
    height: 444px;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
}
.placement_box .thumble {
    box-sizing: border-box;
    border: 3px solid #EC2725;
    width: 100%;
    height: 330px;
    display: flex;
    overflow: hidden;
    position: relative;
    background: rgb(255,26,0);
    background: linear-gradient(0deg, rgba(255,26,0,1) 0%, rgba(255,210,6,1) 100%);
}

.placement_box:hover .thumble figcaption {
    opacity: 1;
    width: 100%;
    height: 100%;
}
.placement_box .thumble img {
    width: 100%;
    object-fit: cover;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}
.placement_box .bodytext {
    position: relative;
    width: 86%;
    text-align: center;
    background: #fff;
    box-shadow: 0px 6px 10px rgb(0 0 0 / 7%);
    margin: auto;
    box-sizing: border-box;
    padding: 15px;
    margin-top: -34px;
    border-radius: 10px;
     -webkit-transition: all .2s ease-in-out .2s;
    -moz-transition: all .2s ease-in-out .2s;
    -o-transition: all .2s ease-in-out .2s;
    transition: all .2s ease-in-out .2s;
}

.placement_box:hover .thumble img{
  -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
}
.owl-carousel.placement_carousel{
  margin-top: 24px;
}
.owl-carousel.placement_carousel .owl-stage-outer {
    padding: 70px 0 0;
}
.placement_carousel  .owl-item.first .placement_box .thumble {
    border-radius: 90px 0 0 0;
}
.placement_carousel  .owl-item.last .placement_box .thumble {
    border-radius: 0px 0 90px 0;
}


.placement_carousel .owl-nav {
    text-align: center;
    font-size: 0;
    margin-top: 20px;
}

.placement_carousel .owl-nav button {
    margin: 0 24px;
}
.placement_carousel .owl-nav button:hover{
  background: rgb(255,26,0);
background: linear-gradient(90deg, rgba(255,26,0,1) 0%, rgba(255,128,0,1) 100%);
}

.owl-carousel.placement_carousel .owl-nav button.owl-next {
     clip-path: polygon(0 0, 0 100%, 100% 50%);
     width: 54px;
    height: 60px;
    background: rgb(255,26,0);
background: linear-gradient(280deg, rgba(255,26,0,1) 0%, rgba(255,128,0,1) 100%);
}
.owl-carousel.placement_carousel .owl-nav button.owl-next:hover{
background: rgb(255,26,0);
background: linear-gradient(90deg, rgba(255,26,0,1) 0%, rgba(255,214,0,1) 82%, rgba(255,214,0,1) 100%, rgba(255,210,6,1) 100%);
}

.owl-carousel.placement_carousel .owl-nav button.owl-prev {
    clip-path: polygon(100% 0, 0 50%, 100% 100%);
    width: 54px;
    height: 60px;
    background: rgb(255,26,0);
    background: linear-gradient(280deg, rgba(255,26,0,1) 0%, rgba(255,128,0,1) 100%);
}
.owl-carousel.placement_carousel .owl-nav button.owl-prev:hover{
background: rgb(255,26,0);
background: linear-gradient(90deg, rgba(255,26,0,1) 0%, rgba(255,214,0,1) 82%, rgba(255,214,0,1) 100%, rgba(255,210,6,1) 100%);
}
.placement_carousel_box{
  position: relative;
}
.placement_carousel_box owl-carousel.placement_carousel .owl-nav button.owl-prev:hover .pnum{
  background: #000;
}
#counter {
    text-align: center;
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    bottom: 10px;
    z-index: 99;
}

.placement_carousel_box .pnum {
    color: #FF2500;
    width: 36px;
    height: 36px;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin: 0 6px;
    background: #fff;
}

.placement_carousel_box .nnum {
    color: #FF2500;
    width: 36px;
    height: 36px;
    font-size: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 8px rgb(0 0 0 / 15%);
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
     margin: 0 6px;
    background: #fff;
}





/*----- ---freedemoform area css --------*/

.freedemoform {
    background: rgb(248,80,80);
    background: linear-gradient(90deg, rgba(248,80,80,1) 0%, rgba(245,62,60,1) 100%);
    border-radius: 0px 50px 50px 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: end;
}
.freedemoform:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../images/formbg.png);
    width: 100%;
    height: 100%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
}
.freedemoform:before {
    content: "";
    position: absolute;
    left: -118px;
    bottom: -138px;
    background-image: url(../images/formbg1.png);
    width: 507px;
    height: 330px;
    z-index: -1;
    object-fit: contain;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.3;
}
.freedemoform .freedemoform_inner {
    max-width: 660px;
    width: 100%;
    padding: 90px 24px 70px;
    padding-right: 60px;
}
.freedemoform .freedemoform_inner .heading {
    text-align: left;
}
.freedemoform .freedemoform_inner .heading h3 {
    font-family: 'GilroyExtraBold';
    font-size: 44px;
    color: #fff;
}
.freedemoform .freedemoform_inner .heading p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
}
.freedemoform .freedemoform_inner .heading h3 strong {
    font-weight: normal;
    -webkit-text-stroke: 2px #ffffff;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}
.formbox {
    width: 94%;
    box-sizing: border-box;
    /* padding: 24px; */
    /* border: 2px solid #fff; */
    margin-top: 28px;
    position: relative;
}
.formbox:after {
    content: "";
    position: absolute;
    background-image: url(../images/formafter.png);
    width: 100%;
    height: 336px;
    background-size: contain;
    background-position: right -4px;
    background-repeat: no-repeat;
    z-index: -1;
    top: 0px;
}
.formbox .formbox_inner {
    padding: 80px 40px 30px 0;
}
.formbox .formbox_inner .form-group{ margin-bottom: 5px; }
.formbox .formbox_inner .form-control {
    height: 50px;
    border-radius: 30px;
    font-size: 14px;
    border: none;
    position: relative;
    box-shadow: 0px -2px 6px rgb(0 0 0 / 40%) inset;
}
.formbox .formbox_inner .form-control::placeholder { 
  color: red;
  opacity: 1;
  font-family: 'Questrial', sans-serif;
  font-weight: 400; 
  font-size: 14px;
}
.formbox .formbox_inner .form-control:-ms-input-placeholder { 
  color: red;
  font-family: 'Questrial', sans-serif;
  font-weight: 400; 
  font-size: 14px;
}
.formbox .formbox_inner .form-control::-ms-input-placeholder { 
  color: red;
  font-family: 'Questrial', sans-serif;
  font-weight: 400; 
  font-size: 14px;
}

.bin_submit {
    background: #FFD800;
    display: inline-block;
    padding: 12px 34px;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    border-radius: 30px;
    box-shadow: 0 3px 6px rgb(255 255 255 / 48%) inset, 0 3px 6px rgb(251 0 9 / 49%);
    border: none;
    width: auto;
    margin-top: 33px;
    margin-left: 5px;
}
.freedemo_area{
  position: relative;
  z-index: 1;
  /*overflow: hidden;*/
}
.getplaced_area{
  display: flex;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.freedemo_area:after {
    content: "";
    position: absolute;
    right: -215px;
    top: -100px;
    background-image: url(../images/clientafterimg.png);
    max-width: 535px;
    height: 388px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
}
.freedemo_area:before {
    content: "";
    position: absolute;
    right: -164px;
    bottom: -149px;
    background-image: url(../images/line.gif);
    max-width: 923px;
    height: 243px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    width: 100%;
}

.getplaced_area .getplaced_innerbox{
  max-width: 660px;
    width: 100%;
    padding: 90px 70px 70px;
    padding-right: 60px;

}
.getplaced_area .getplaced_innerbox .heading {
    text-align: left;
}
.client_carousel { margin-top: 24px; }
.blog_carousel.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 40px;
}
.client_carousel.owl-carousel .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: #707070;
    outline: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-right: 5px;
    opacity: 0.6;
}
.client_carousel.owl-carousel .owl-dots .owl-dot:last-child{
    margin-right: 0px;
}
.client_carousel.owl-carousel .owl-dots .owl-dot:hover{
    background-color: #384099;
}
.client_carousel.owl-carousel .owl-dots .owl-dot.active{
    width: 26px;
    border-radius: 30px;
    background: rgb(236,39,37);
    background: linear-gradient(47deg, rgba(236,39,37,1) 0%, rgba(194,0,18,1) 100%);
}

.client_carousel  .owl-stage-outer{
  padding: 24px 0;
}
.clientbox {
    height: 96px;
    width: 94%;
    margin: auto;
    box-shadow: 0px 0px 11px rgb(0 0 0 / 25%);
    border-radius: 12px;
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    position: relative;
    /* padding: 10px 15px; */
    max-width: 224px;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
    overflow: hidden;
}
.clientbox:hover{
  box-shadow: none;
}
.client_carousel .itembox {
    padding-right: 10px;
}
.itembox .clientbox:nth-of-type(2n) {
    margin-right: -4px;
}
.clientbox:after {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url(../images/clientimgshape.png);
    width: 100%;
    height: 90%;
    background-size: 90%;
    background-repeat: no-repeat;
    z-index: -1;
    right: 0;
    margin: auto;
    background-position: center;
    
}
.clientbox img {
    height: 58px;
    object-fit: contain;
    max-width: 120px;
}
.clientbox:hover img{
   -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-transform-origin: center;
    transform-origin: center;
    animation-duration: .4s;
    animation-timing-function: linear;
}




/*blog area css*/
.p-120{ padding: 120px 0; }
.heading {
    text-align: center;
    z-index: 1;
    position: relative;
}
.heading h3 {
    font-family: 'GilroyExtraBold';
    font-size: 44px;
    font-weight: normal;
    letter-spacing: 2px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.heading h3 strong {
    font-weight: normal;
    -webkit-text-stroke: 1px #D21113;
    -webkit-text-fill-color: white;
   
    text-shadow: 0px 2px 3px rgb(0 0 0 / 22%);
}
.blog_carousel{
  margin-top: 30px;
}

.blog_carousel.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 40px;
}
.blog_carousel.owl-carousel .owl-dots .owl-dot{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    background-color: #707070;
    outline: none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin-right: 5px;
    opacity: 0.6;
}
.blog_carousel.owl-carousel .owl-dots .owl-dot:last-child{
    margin-right: 0px;
}
.blog_carousel.owl-carousel .owl-dots .owl-dot:hover{
    background-color: #384099;
}
.blog_carousel.owl-carousel .owl-dots .owl-dot.active{
    width: 26px;
    border-radius: 30px;
    background: rgb(236,39,37);
    background: linear-gradient(47deg, rgba(236,39,37,1) 0%, rgba(194,0,18,1) 100%);
}

.blogbox {
    max-width: 98%;
    margin: auto;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 24px;
    overflow: hidden;
}
.blogbox .blog_thumble {
    display: flex;
    max-width: 80%;
    width: 100%;
    height: 280px;
    margin-right: auto;
    background: rgb(236,39,37);
    background: linear-gradient(47deg, rgba(236,39,37,1) 0%, rgba(194,0,18,1) 100%);
    overflow: hidden;
}
.blogbox .blog_thumble img{
  object-fit: cover;
  width: 100%;
  -webkit-transition: .4s ease;
    transition: .4s ease;
}
.blogbox:hover .blog_thumble img{
  -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0.7;
}
.blogbox .blog_body {
    box-sizing: border-box;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 3px 15px rgb(0 0 0 / 9%);
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
  
}
.blogbox .blog_body h6 {
    display: flex;
    align-items: center;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 12px;
    margin-bottom: 10px;
}
.blogbox .blog_body h6 .badge {
    font-size: 11px;
    font-family: 'Questrial', sans-serif;
    background: rgb(236,39,37);
    background: linear-gradient(90deg, rgba(236,39,37,1) 0%, rgba(249,98,105,1) 100%);
    border-radius: 30px;
    font-weight: 400;
    margin-right: 5px;
    position: relative;
    top: -2px;
}
.blogbox .blog_body h5 {
    font-size: 17px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 5px;
}

.blogbox .contant_box:after {
    content: "";
    position: absolute;
    left: 0;
    top: -23px;
    z-index:1;
    width: 0;
    height: 0;
    border-left: 0px solid transparent;
    border-right: 268px solid transparent;
    border-bottom: 24px solid white;
}
.blogbox .contant_box {
    position: relative;
    z-index: 1;
    margin-top: -76px;
    width: 78%;
    padding-right: 10px;
}
.blogbox .contant_box:before {
    content: "";
    position: absolute;
    left: -14px;
    width: 24px;
    height: 123%;
    border: 2px solid #FF3A3A;
    top: -20%;
    z-index: -1;
    /* transform: skew(30deg); */
    /* -webkit-transform: skew(-200deg); */
    -moz-transform: skew(-200deg);
    /* transform: skew(-156deg); */
    transform: skew(0deg, 28deg);
}
.ellipsis_btn{
  color: transparent!important;
  transform: translateX(-90px);
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 26px;
    display: inline-block;
    vertical-align: middle;
  transition: all 300ms ease-in-out;
}
.ellipsis_btn span {
    color: #D8141C!important;
    font-size: 26px;
    display: inline-block;
    vertical-align: -7px;
    margin-left: 5px;
    transition: all 300ms ease-in-out;
}
.ellipsis_btn:hover {
    transform: translateX(0px);
    color: #D8141C!important;
}

.blogbox:hover .ellipsis_btn{
    transform: translateX(0px);
    color: #D8141C!important;
}
.blogbox:hover .ellipsis_btn:hover{
  color: #000!important;
}


/*footer area css */

.footer_area{ position: relative;  margin-top: 100px; background-repeat: no-repeat; background-position: center; background-size: cover; }
.footer_area .after{ position: absolute; left: 0; top: 0; width: 100%; z-index: 1; }
.footer_area .after img{ width: 100%; }

.footer_top{ padding-top: 150px; }
.footer_wizget{ margin-top: 30px; }
.footer_wizget .footer_logo {
    max-width: 190px;
    width: 100%;
    background: #fff;
}
.socialmidea_area ul{ margin: 0; padding: 0; list-style: none;  }
.footer_wizget .socialmidea_area ul li {
    margin: 10px 4px;
}
.footer_wizget .socialmidea_area{ margin-top: 30px; }
.footer_wizget .socialmidea_area ul li img{}
.footer_wizget h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    position: relative;
    padding-bottom: 8px;
    margin-bottom: 24px;
}
.footer_wizget h4:after{ content: ""; position: absolute; left: 0; bottom: 0; background-image: url(../images/line.png); width: 74px; height: 2px; }
.footer_wizget ul.footerlink{ margin: 0; padding: 0; list-style: none; }
.footer_wizget ul.footerlink li{ display: block; margin-top: 10px; padding-left: 22px;  }
.footer_wizget ul.footerlink li a {
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    position: relative;
     line-height: 18px;
     transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
}
.footer_wizget ul.footerlink li a:after {
    content: "\f101";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 15px;
    position: absolute;
    left: -22px;
    color: #fff;
    transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -khtml-transition: all ease-in-out 0.5s;
    top: 0;
}

.footer_wizget ul.footerlink li a:hover {
    margin-left: -22px;
    color: #feed00;
}
.footer_wizget ul.footerlink li a:hover:after{ left:106%; ; color: #feed00; }

.footer_wizget .adressbox{ position: relative; padding-left: 36px; margin-bottom: 15px; }
.footer_wizget .adressbox .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer_wizget .adressbox h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    margin-bottom: 8px;
}
.footer_wizget .adressbox p{
  font-size: 15px;
  color: #fff;
  font-family: 'Questrial', sans-serif;
    font-weight: 400;
}
.footer_bottom {
    background-color: rgb(0 0 0 / 41%);
    text-align: center;
    font-family: 'Questrial', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 16px;
    padding: 15px 0;
    margin-top:70px;
}
/*------ css 09.09.2022 start -------*/
/*----- work area start -----*/
.work-body-area {
  padding-top: 50px;
}
.work-body-area .nav-tabs {
  border: none;
  margin-bottom: 45px;
  display: block;
  text-align: center;
}
.work-body-area .nav-tabs .nav-item {
  display: inline-block;
  margin-right: 5px;
}
.work-body-area .nav-tabs .nav-item:last-child{
  margin-right: 0;
}
.work-body-area .nav-tabs .nav-item .nav-link {
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #1B273D;
  color: #1B273D;
  border-radius: 30px;
  padding: 7px 20px;
}
.work-body-area .nav-tabs .nav-item .nav-link:hover, .work-body-area .nav-tabs .nav-item .nav-link.active{
  box-shadow: 0 5px 8px rgb(194 0 18 / 75%) inset, 0 3px 6px rgb(236 39 37 / 41%);
  background: #EC2725;
  border-color: #EC2725;
  color: #ffffff;
}
.work-img{
  overflow: hidden;
  height: 553px;
}
.work-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.work-img.work-img-small {
  height: 265px;
  margin-bottom: 23px;
}
/*----- work area stop -----*/
/*------ popularcourses area start -------*/
.popularcourses-area{
  padding: 0 0 120px;
}
.course-slider-body{
  padding-top: 60px;
}
.course-slider .media .media-img {
  width: 100%;
  max-width: 630px;
  height: 440px;
  position: relative;
}
.course-slider .media .media-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 0;
}
.course-slider .media .media-img .tag-box {
  position: absolute;
  top: 108px;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 180px;
}
.course-slider .media .media-img .tag-box .tag1 {
  width: 100%;
  max-width: 180px;
  height: 180px;
  background-color: rgb(246 111 96 / 93%);
  -webkit-box-shadow: inset 0 3px 6px rgb(0 0 0 / 59%);
  -moz-box-shadow: inset 0 3px 6px rgb(0 0 0 / 59%);
  -o-box-shadow: inset 0 3px 6px rgb(0 0 0 / 59%);
  box-shadow: inset 0 3px 6px rgb(0 0 0 / 59%);
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  padding-right: 92px;
}
.course-slider .media .media-img .tag-box .tag1 h3{
  padding: 0;
  margin: 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}
.course-slider .media .media-img .tag-box .tag1 h3 strong{
  display: block;
}
.course-slider .media .media-img .tag-box .tag1 p{
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 400;
}
.course-slider .media .media-img .tag-box .tag2 {
  width: 100%;
  max-width: 180px;
  height: 180px;
  background-color: #EC2725;
  -webkit-box-shadow: inset 0 3px 6px rgb(0 0 0 / 59%);
  -moz-box-shadow: inset 0 3px 6px rgb(0 0 0 / 59%);
  -o-box-shadow: inset 0 3px 6px rgb(0 0 0 / 59%);
  box-shadow: inset 0 3px 6px rgb(0 0 0 / 59%);
  border-radius: 50%;
  text-align: center;
  padding: 10px;
  margin-top: -135px;
  margin-left: 90px;
}
.course-slider .media .media-img .tag-box .tag2 .tag-body{
  margin-bottom: 10px;
  text-align: center;
}
.course-slider .media .media-img .tag-box .tag2 .tag-body:last-child{
  margin-bottom: 0;
}
.course-slider .media .media-img .tag-box .tag2 .tag-body h3{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 600;
}
.course-slider .media .media-img .tag-box .tag2 .tag-body p{
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 400;
}
.course-slider .media .media-body {
  padding: 100px 70px;
  padding-left: 130px;
}
.course-slider .media .media-body h3{
  text-transform: uppercase;
  font-family: 'GilroyExtraBold';
  position: relative;
  font-size: 44px;
  margin-bottom: 12px;
}
.course-slider .media .media-body h3 .shadow-text {
  position: absolute;
  top: -10px;
  left: 0;
  color: rgb(2 16 25 / 6%);
  font-size: 50px;
  font-family: 'GilroyExtraBold';
}
.course-slider .media .media-body h3 strong{
  -webkit-text-stroke: 1px #D21113;
  -webkit-text-fill-color: white;
  text-shadow: 0px 2px 3px rgb(0 0 0 / 22%);
  position: relative;
  z-index: 1;
}
.course-slider .media .media-body p {
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 15px;
}
.course-slider .media .media-body .ellipsis_btn{
  transform: translateX(0);
  color: #EC2725 !important;
}
.course-slider .media .media-body .ellipsis_btn:hover, .course-slider .media .media-body .ellipsis_btn:hover span{
  color: #000000 !important;
}
.course-carousel .owl-dots{
  width: 100%;
  text-align: center;
}
.course-carousel .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 1px solid #707070;
  margin-right: 5px;
  background-color: #707070;
  position: relative;
}
.course-carousel .owl-dots .owl-dot:before {
  content: '';
  position: absolute;
  top: 2.8px;
  left: 1px;
  right: 0;
  width: 60%;
  height: 60%;
  border-radius: 50%;
  margin: 0 auto;
  background-color: #E91A00;
  transition: 0.5s;
  opacity: 0;
}
.course-carousel .owl-dots .owl-dot:hover, .course-carousel .owl-dots .owl-dot.active{
  border-color: #E91A00;
  background-color: #ffffff;
}
.course-carousel .owl-dots .owl-dot:hover:before, .course-carousel .owl-dots .owl-dot.active:before{
  opacity: 1;
}
/*------ popularcourses area stop -------*/
/*------- inner banner area start -------*/
.inner-banner-area{
  min-height: 450px;
  background-image: url(../images/inner-bg.webp);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 15px;
}
.inner-banner-contain h1{
  color: #FFFFFF;
  font-size: 55px;
  font-family: 'GilroyExtraBold';
  margin: 0 0 0;
}
.inner-banner-contain .breadcrumb .breadcrumb-item, .inner-banner-contain .breadcrumb .breadcrumb-item a{
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 400;
  text-transform: capitalize;
}
.inner-banner-contain .breadcrumb-item+.breadcrumb-item::before{
  color: #ffffff;
}
.inner-banner-contain {
  padding: 80px 0;
}
.inner-banner-area .inner-img {
  width: 100%;
  max-width: 480px;
  position: relative;
  top: 30px;
}
.inner-banner-area .inner-img img{
  width: 100%;
  object-fit: cover;
}
/*------- inner banner area stop -------*/
/*------ director area start -------*/
.director-area {
  padding: 90px 0 70px;
}
.director-img img{
  width: 100%;
  object-fit: cover;
}
.director-contain h2{
  font-family: 'GilroyExtraBold';
  font-size: 48px;
  text-transform: uppercase;
  color: #1B273D;
  margin-bottom: 15px;
}
.director-contain h2 strong{
  -webkit-text-stroke: 1px #D21113;
  -webkit-text-fill-color: white;
  text-shadow: 0px 2px 3px rgb(0 0 0 / 22%);
}
.director-contain p{
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  margin: 0 0 15px;
}
.director-contain p:last-child{
  margin: 0;
}
.director-contain {
  padding: 30px 0;
}
/*------ director area stop -------*/
/*----- aboutvideoarea start -----*/
.aboutvideo-body{
  min-height: 980px;
  background-image: url(../images/about-video-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 200px 0;
}
.aboutvideo-body .aboutvideo h3 {
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  text-align: center;
  margin-bottom: 30px;
}
.aboutvideo-body .aboutvideo h3 strong{
  -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
}
.rtopVideoPlayerWrapper .rtopVideoPlayer .rtopVideoHolder {
  padding-bottom: 43.25%;
}
.aboutvideo .myVideo {
  width: 100%;
  max-width: 990px;
  margin: 0 auto 0;
  border-radius: 50px;
  overflow: hidden;
}
/*----- aboutvideoarea stop -----*/
/*------- our team area start ------*/
.our-team-area{
  padding: 80px 0;
}
.our-team-area .heading{
  margin-bottom: 55px !important;
}
.our-team-body{
  margin-top: 30px;
}
.our-team-box {
  overflow: hidden;
  height: 380px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  box-shadow: 0 0 20px rgba(0,0,0,0.10);
  margin-bottom: 24px;
}
.our-team-box .team-box1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/team-shape.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 115%;
  padding: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: flex;
  align-items: end;
  justify-content: center;
  padding: 20px;
}
.our-team-box:hover .team-box1{
  padding: 12px;
}
.our-team-box .team-box1:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 140px;
  height: 140px;
  background-color: #F6822F;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
  opacity: 0;
}
.our-team-box:hover .team-box1:after{
  opacity: 1;
}
.our-team-box:hover .team-box1{
  background-image: url(../images/team-shape2.png);
}
.our-team-box .team-box1 .designation{
  text-align: center;
}
.our-team-box:hover .team-box1 .designation{
  text-align: left;
}
.our-team-box .team-box1 .designation h3{
  text-transform: uppercase;
  color: #000000;
  font-size: 20px;
  font-weight: 600;
}
.our-team-box .team-box1 .designation p{
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
.our-team-box:hover .team-box1 .designation p{
  display: block;
}
.our-team-box .img-box {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  max-width: 260px;
  height: 260px;
  object-fit: cover;
  margin: auto;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.our-team-box:hover .img-box{
  position: relative;
  z-index: 0;
  max-width: 100%;
  height: 100%;
  top: 0;
  border-radius: 0;
}
.our-team-box .team-box1 .designation {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  border-radius: 10px;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.our-team-box:hover .team-box1 .designation{
  padding: 20px;
  justify-content: left;
  background-color: rgb(255 82 78 / 65%);
}
.our-team-box:hover .team-box1 .designation h3, .our-team-box:hover .team-box1 .designation p{
  color: #ffffff;
}
/*------- our team area stop ------*/

/*------ award area start -----*/
.award-area{
  padding: 0 0 80px;
}
.award-area .heading {
  margin-bottom: 55px !important;
}
.award-img img{
  width: 100%;
  object-fit: cover;
}
.award-area .award-contain h3{
  position: relative;
  text-transform: uppercase;
  min-height: 50px;
  margin-bottom: 25px;
}
.award-area .award-contain h3 strong{
  color: #1B273D;
  font-size: 40px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.award-area .award-contain h3 span {
  color: rgb(27 39 61 / 6%);
  font-size: 50px;
  font-weight: 800;
  z-index: 0;
  position: absolute;
  bottom: 5px;
  left: 0;
}
.award-area .award-contain ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.award-area .award-contain ul li {
  position: relative;
  padding: 0;
  padding-left: 35px;
  margin: 0;
  color: #000000;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 15px;
}
.award-area .award-contain ul li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 20px;
  height: 32px;
  background-image: url(../images/awards/award-icon.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.award-area .award-contain {
  padding: 30px 0;
}
/*------ award area stop -----*/
/*------ campus tour area start -------*/
.campustourarea{}
.campustourarea h4{
  position: relative;
  text-transform: uppercase;
  min-height: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.campustourarea h4 strong{
  color: #1B273D;
  font-size: 40px;
  font-weight: 800;
  position: relative;
  z-index: 1;
}
.campustourarea h4 span {
  color: rgb(27 39 61 / 6%);
  font-size: 50px;
  font-weight: 800;
  z-index: 0;
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.campustourarea .nav-tabs{
  border-bottom: 0;
  margin-bottom: 0;
}
.campustourarea .nav-tabs .nav-link {
  margin-bottom: 0;
  border: 1px solid transparent;
  border-radius: 30px;
  padding: 5px 15px;
  color: #EC2725;
  font-size: 15px;
  font-weight: 400;
}
.campustourarea .nav-tabs .nav-link.active{
  background-color: #EC2725;
  box-shadow: 0 3px 6px rgba(242 148 147), inset 0 3px 6px rgba(255 255 255 / 29%);
  color: #ffffff;
}
.campus-tour-img {
  width: 100%;
  height: 600px;
  background-image: url(../images/campus-tour-shape.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
.campus-tour-img .img-box {
  position: absolute;
  top: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
  width: 100%;
  max-width: 395px;
  height: 395px;
  object-fit: cover;
}
.campustourarea .campus-tour-contain {
  padding: 150px 0;
  padding-left: 30px;
}
.campustourarea .campus-tour-contain p{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: 25px;
}
.campustourarea .campus-tour-contain p:last-child{
  margin-bottom: 0;
}
.campustourarea .campus-tour-contain h4 {
  font-size: 40px;
  font-weight: 700;
  position: relative;
  text-align: left;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.campustourarea .campus-tour-contain h4 strong{
  position: relative;
  z-index: 1;
    -webkit-text-stroke: 1px #D21113;
    -webkit-text-fill-color: white;
    position: relative;
}
.campustourarea .campus-tour-contain h4 span {
  color: rgba(2 16 25 / 6%);
  font-size: 50px;
  position: absolute;
  left: 0;
  bottom: 5px;
}
/*------ campus tour area stop -------*/
/*------ freedemo area start ------*/
.freedemo-area {
  padding-top: 25px;
}
.freedemo-area .freedemo-body {
  min-height: 520px;
  background-color: #F85050;
  border-radius: 50px;
  overflow: hidden;
  padding: 40px;
  position: relative;
}
.freedemo-area .freedemo-body .freedemo{
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  padding: 25px;
  position: relative;
  z-index: 1;
}
.freedemo-body .freedemo .heading {
  margin: -52px 0 30px;
  position: relative;
  z-index: 1;
}
.freedemo-body .freedemo .heading h3 {
  color: #ffffff;
  display: inline-block;
  background-color: #f85050;
  padding: 0 10px;
}
.freedemo-body .freedemo .heading p{
  color: #ffffff;
}
.freedemo-body .freedemo .heading h3 strong{
  -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
    text-shadow: none;
}
.freedemo-form{
  width: 100%;
  max-width: 590px;
  margin: 0 auto 0;
}
.freedemo-form .form-control{
  height: 50px;
  border-radius: 30px;
  font-size: 14px;
  border: none;
  position: relative;
  box-shadow: 0px -2px 6px rgb(0 0 0 / 40%) inset;
}
.freedemo-form .form-control::placeholder{
  color: #D8223A;
}
.freedemo-form .form-group {
  margin: 0 0 5px;
}
.freedemo-form .formselect{
  position: relative;
}
.freedemo-form select.form-control{
  cursor: pointer;
}
.freedemo-form .formselect:after {
  content: '\f2f9';
  font-family: 'Material-Design-Iconic-Font';
  position: absolute;
  top: 11px;
  right: 18px;
  font-size: 18px;
  color: #000000;
}
.freedemo-form .form-button-box {
  display: inline-block;
  padding: 0 10px;
  margin: 10px 0 -45px;
  background-color: #f85050;
}
.freedemo-form .form-button-box .bin_submit{
  margin: 0;
}
.freedemo-area .freedemo-body:before {
  content: "";
  position: absolute;
  left: -12px;
  bottom: -110px;
  background-image: url(../images/formbg1.png);
  width: 507px;
  height: 330px;
  z-index: 0;
  object-fit: contain;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
}
.freedemo-area .freedemo-body:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/formbg.png);
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
}
/*------ freedemo area stop ------*/
/*------- getplacedarea start --------*/

.showcasebox{ position: relative; z-index: 1; overflow: hidden; }
.showcasebox .gallery-contain{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgb(245,117,91);
    background: -moz-linear-gradient(90deg, rgba(245,117,91,0.74) 0%, rgba(236,39,37,0.74) 100%);
    background: -webkit-linear-gradient(90deg, rgba(245,117,91,0.74) 0%, rgba(236,39,37,0.74) 100%);
    background: linear-gradient(90deg, rgba(245,117,91,0.74) 0%, rgba(236,39,37,0.74) 100%);
    color: #ffffff;
    font-size: 65px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
    cursor: pointer; 
}
.showcasebox img.thumble{
    width: 100%;
    object-fit: cover;
    -webkit-transition: .4s ease;
    transition: .4s ease;
}
.showcasebox:hover img.thumble{
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);

}
.showcasebox:hover .gallery-contain{
    opacity: 1;
}
.getplacedarea{
  padding: 80px 0 0;
}
.getplacedarea .heading{
  margin-bottom: 35px !important;
}
.getplaced-carousel .clientbox {
    width: 100%;
    max-width: 264px;
    height: 120px;
    margin: auto;
}
.getplaced-carousel .itembox{
  padding: 5px;
}
.getplaced-carousel .clientbox img {
  height: 90px;
}

.getplaced-carousel.owl-carousel .owl-dots {
  text-align: center;
}
.getplaced-carousel.owl-carousel .owl-dots .owl-dot{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: none;
  background-color: #707070;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-right: 5px;
  opacity: 0.6;
}
.getplaced-carousel.owl-carousel .owl-dots .owl-dot:last-child{
  margin-right: 0px;
}
.getplaced-carousel.owl-carousel .owl-dots .owl-dot:hover{
  background-color: #384099;
}
.getplaced-carousel.owl-carousel .owl-dots .owl-dot.active{
  width: 26px;
  border-radius: 30px;
  background: rgb(236,39,37);
  background: linear-gradient(47deg, rgba(236,39,37,1) 0%, rgba(194,0,18,1) 100%);
}

.getplaced-carousel  .owl-stage-outer{
padding: 24px 0;
}
/*------- getplacedarea stop --------*/
/*------ inner heading area start ------*/
.inner-heading-area{
  padding-top: 80px;
}
.inner-heading-area .heading{
  margin-bottom: 10px !important;
}
.inner-heading-area .heading p{
  margin-bottom: 15px;
}
.inner-heading-area .heading p:last-child{
  margin-bottom: 0;
}
/*------ inner heading area stop ------*/
/*----- faq area start ------*/
.faq-area{
  padding: 80px 0;
}
.accordion-item{
  margin-bottom: 20px;
  border: none;
  overflow: hidden;
  padding-right: 20px;
}
.accordion-header {
  margin-bottom: 0;
  border: 1px solid #ebebeb;
  position: relative;
  background-color: #ffffff;
}
.accordion-header .accordion-button {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 1;
  box-shadow: none;
  background-color: transparent;
  padding: 10px 20px;
}
.accordion-header .accordion-button strong {
  color: #F64128;
  font-weight: 600;
  margin-right: 5px;
}
.accordion-header .accordion-button:focus{
  box-shadow: none;
}
.accordion-header:before {
  content: '';
  position: absolute;
  top: -32px;
  left: -32px;
  width: 56px;
  height: 56px;
  background-color: rgba(246 111 96 / 16%);
  border-radius: 50%;
}
.accordion-header:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 36px;
  height: 36px;
  background-color: rgba(236 39 37 / 16%);
  border-radius: 50%;
}
.accordion-button::after {
  background-image: none;
  content: "\f278";
  font-family: 'Material-Design-Iconic-Font';
  width: 40px;
  height: 40px;
  background-color: #1B273D;
  color: #ffffff;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  font-size: 20px;
  color: #fff;
  position: relative;
  margin-right: -40px;
  z-index: 0;
}
.accordion-button:not(.collapsed)::after {
  background-image: none;
  content: "\f273";
  font-family: 'Material-Design-Iconic-Font';
  transform: rotate(0deg);
  background-color: #F26457;
}
.accordion-body {
  padding-bottom: 0;
}
.accordion-body p{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.accordion-body p:last-child{
  margin-bottom: 0;
}
.accordion-body ul {
  padding-left: 12px;
  margin: 0;
}
.accordion-body ul li{
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  list-style-type: disc;
  margin-bottom: 8px;
}
.accordion-body ul li:last-child{
  margin-bottom: 0;
}
/*----- faq area stop ------*/
/*------ noticebord area start ------*/
.noticebord-area{
  padding: 30px 0 80px;
}
.frame {
  background-color: #ffb294;
  border: solid 10px;
  border-bottom-color: #ee9777;
  border-left-color: #d07b5a;
  border-radius: 0;
  border-right-color: #d07b5a;
  border-top-color: #ef9775;
  position: relative;
  display: flex;
  overflow: hidden;
  margin-bottom: 24px;
}
.frame img{
  width: 100% !important;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.frame:hover img{
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
  opacity: 0.5;
}
/*------ noticebord area stop ------*/
/*----- pagination area start ------*/
.pagination-box .page-item{
  margin-right: 5px;
}
.pagination-box .page-item:last-child{
  margin-right: 0;
}
.pagination-box .page-link {
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  border-radius: 0;
  padding: 6px 15px;
  font-size: 14px;
  min-width: 48px;
  background-color: #1B273D;
  color: #ffffff;
}
.pagination-box .active .page-link{
  background-color: #CD0B17;
  border-color: #CD0B17;
}
/*----- pagination area stop ------*/
/*------ studentshowcase area start -------*/
.studentshowcase-area {
  padding: 25px 0;
}
.studentshowcasebox {
  height: 200px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
  position: relative;
  margin-bottom: 24px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.studentshowcasebox:hover {
  -webkit-transform: translate(0, -10px);
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.studentshowcasebox:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/studentshowcase/video-shape1.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.studentshowcasebox .contain-box {
  height: 100%;
  padding: 15px 0;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.studentshowcasebox .contain-box span{
  display: none;
}
.studentshowcasebox .contain-box .box-logo {
  width: 100%;
  max-width: 64px;
  margin-left: 15px;
}
.studentshowcasebox .contain-box .box-logo img{
  width: 100%;
  object-fit: cover;
}
.studentshowcasebox .contain-box .box1 {
  position: relative;
  width: 100%;
  max-width: 250px;
  height: 114px;
  background-image: url(../images/studentshowcase/video-shape4.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 100%;
  margin: 10px 0 0;
  padding-right: 105px;
  padding-bottom: 30px;
  padding-top: 18px;
  padding-left: 15px;
}
.studentshowcasebox .contain-box .box1 h3{
  color: #FFFFFF;
  font-size: 15px;
  font-family: 'GilroyExtraBold';
  margin-bottom: 0;
}
.studentshowcasebox .contain-box .box1 p {
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 300;
  padding: 0;
  margin: 0;
  max-width: 100%;
}
.studentshowcasebox .contain-box p {
  width: 100%;
  max-width: 65%;
  color: #000000;
  font-size: 15px;
  font-weight: 400;
  padding-left: 15px;
  margin-top: -6px;
}
.studentshowcasebox .contain-box .video-pay {
  position: absolute;
  top: 40px;
  right: 75px;
  color: #ffffff;
  font-size: 55px;
}
.studentshowcasebox .contain-box .video-pay:hover{
  color: #e82423;
}
.studentshowcasemainbox:nth-of-type(2n) .studentshowcasebox:before{
  background-image: url(../images/studentshowcase/video-shape3.png);
}
.studentshowcasemainbox:nth-of-type(2n) .studentshowcasebox .contain-box .box1{
  background-image: url(../images/studentshowcase/video-shape5.png);
}
.studentshowcasemainbox:nth-of-type(3n) .studentshowcasebox:before{
  background-image: url(../images/studentshowcase/video-shape2.png);
}
.studentshowcasemainbox:nth-of-type(3n) .studentshowcasebox .contain-box .box1{
  background-image: url(../images/studentshowcase/video-shape6.png);
}
.studentshowcase-area .pagination-box{
  margin-top: 25px;
}
.justifyimageGallry{}
.justifyimageGallry:nth-child(3) img{
  width: 497px;
}
.justifyimageGallry img{
  vertical-align: top;
}
.justify-gallery-box .gallery-contain {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(245,117,91);
  background: -moz-linear-gradient(90deg, rgba(245,117,91,0.74) 0%, rgba(236,39,37,0.74) 100%);
  background: -webkit-linear-gradient(90deg, rgba(245,117,91,0.74) 0%, rgba(236,39,37,0.74) 100%);
  background: linear-gradient(90deg, rgba(245,117,91,0.74) 0%, rgba(236,39,37,0.74) 100%);
  color: #ffffff;
  font-size: 65px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.justify-gallery-box:hover .gallery-contain{
  opacity: 1;
}
/*------ studentshowcase area stop -------*/
/*------ placementtestimonial area start -----*/
.placementtestimonial-area{
  padding: 50px 0 80px;
}
.placementtestimonialbox{
  padding: 20px;
  overflow: hidden;
  border-radius: 50px;
  border-bottom-left-radius: 0;
  background-color: #347FCA;
  position: relative;
  margin-bottom: 24px;
}
.placementtestimonialbox:after {
  content: '';
  position: absolute;
  top: 0;
  right: -30px;
  width: 100%;
  max-width: 70px;
  height: 100%;
  background-color: #f5ce27;
}
.placementtestimonialbox .placementtestimonial-img {
  position: relative;
  padding: 30px 0 0px;
  z-index: 1;
}
.placementtestimonialbox .placementtestimonial-img:before {
  content: '';
  position: absolute;
  top: 0;
  right: 50px;
  width: 100%;
  max-width: 50px;
  height: 22px;
  background-image: url(../images/video-testimonial/video-testimonial-shape1.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.placementtestimonialbox .placementtestimonial-img:after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 45px;
  width: 100%;
  max-width: 100px;
  height: 100px;
  background-image: url(../images/video-testimonial/video-testimonial-shape2.png);
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
}
.placementtestimonialbox .placementtestimonial-img .imgbox {
  width: 100%;
  max-width: 310px;
  height: 205px;
  border-bottom-left-radius: 80%;
  overflow: hidden;
  position: relative;
  background-color: #000000;
  z-index: 1;
  -webkit-box-shadow: 0 0 10px rgba(0 0 0 / 35%);
  -moz-box-shadow: 0 0 10px rgba(0 0 0 / 35%);
  -o-box-shadow: 0 0 10px rgba(0 0 0 / 35%);
  box-shadow: 0 0 10px rgba(0 0 0 / 35%);
}
.placementtestimonialbox .placementtestimonial-img .imgbox img{
  width: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.placementtestimonialbox:hover .placementtestimonial-img .imgbox img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.placementtestimonialbox .placementtestimonial-img .imgbox .video-pay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.placementtestimonialbox .placementtestimonial-img .imgbox .video-pay .play-btn {
  color: #ffffff;
  font-size: 50px;
  margin-left: 35px;
  margin-bottom: 30px;
}
.placementtestimonialbox .placementtestimonial-img .imgbox .video-pay .play-btn:hover {
    color: #ec2725;
}
.placementtestimonialbox p{
  color: #FFFFFF;
  font-size: 15px;
  font-weight: 300;
}
.placementtestimonialbox p strong{
  display: block;
  font-weight: 600;
}
.placementtestimonialmainbox:nth-of-type(2n) .placementtestimonialbox{
  background-color: #CE928B;
}
.placementtestimonialmainbox:nth-of-type(2n) .placementtestimonialbox:after{
  background-color: #fba433;
}
.placementtestimonialmainbox:nth-of-type(3n) .placementtestimonialbox{
  background-color: #FBA333;
}
.placementtestimonialmainbox:nth-of-type(3n) .placementtestimonialbox:after{
  background-color: #f2572b;
}
.placementtestimonialbox .placementtestimonial-img .imgbox .video-pay span{
  display: none;
}
/*------ placementtestimonial area start -----*/
/*------- filter area start -------*/
.filter{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.filter li {
  display: inline-block;
  margin-right: 5px;
  color: #1B273D;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #1B273D;
  padding: 3px 18px;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.filter li:last-child{
  margin-right: 0;
}
.filter li:hover, .filter li.is-checked{
  border-color: #EC2725;
  background-color: #EC2725;
  color: #ffffff;
}
.placestadent li:first-child{
    display: none;
}
/*------- filter area stop -------*/
/*------ inner banner2 area start ------*/
.inner-banner2-area{
  height: 750px;
  position: relative;
  overflow: hidden;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.inner-banner2-area:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image:url(../images/courses/inner-course-shape.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  mix-blend-mode: screen;
}
.inner-banner2-area .contain-box h1{
  text-transform: uppercase;
  color: #ffffff;
  font-size: 80px;
  font-family: 'GilroyExtraBold';
  line-height: 80px;
}
.inner-banner2-area .contain-box h1 strong{
  color: #FFD800;
}
/*------ inner banner2 area stop ------*/
/*------ course search area start -----*/
.course-search-area {
  margin: -155px 0 0;
  position: relative;
  z-index: 1;
}
.course-search-area .searchbody{
  padding: 25px;
  border-radius: 10px;
  background-color: #FFFFFF;
  box-shadow: 0 8px 19px #FCE2E3;
}
.course-search-area .searchbody .searchbox {
  border: 1px solid #F1ABAC;
  padding: 25px 35px;
  border-radius: 10px;
}
.searchbody .searchbox .form-group{
  margin: 0;
}
.searchbody .searchbox .form-select{
  position: relative;
  padding: 0;
  border: 0;
  background-image: none;
}
.searchbody .searchbox .form-select:after{
  content: "\f2f9";
  position: absolute;
  bottom: 10px;
  right: 5px;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Material-Design-Iconic-Font';
}
.searchbody .searchbox .form-group label{
  color: #D21113;
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 0;
}
.searchbody .searchbox select.form-control{
  border: 0;
  border-bottom: 1px solid #AFAFAF;
  background-color: #ffffff;
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0 10px;
  border-radius: 0;
  cursor: pointer;
}
.searchbody .searchbox select.form-control:focus{
  box-shadow: none;
}
#slider-range1, #slider-range2 {
  background-color: #E0E2E5;
  border: none !important;
  height: 7px;
  margin-top: 7px;
}
.ui-slider .ui-slider-handle {
  height: 15px !important;
  width: 15px !important;
}
.ui-slider-horizontal .ui-slider-range {
  background-color: #d62a2b !important;
}

.ui-slider-horizontal .ui-slider-range { background-color: #6798BD; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-active, .ui-widget-content .ui-state-active, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus { 
  background: #fff!important;
  border: 1px solid #cccccc!important;
}

.ui-slider .ui-slider-handle {
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.20);
  border-radius: 50%;
  height:20px;
  width:20px;
}

#amount1, #amount2 {
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
  color: #000000;
  width: 100%;
  margin-top: 12px;
}
/*------ course search area stop -----*/
/*------- inner course area start --------*/
.inner-course-area {
  padding: 50px 0 35px;
}
.inner-course{
  overflow: hidden;
  position: relative;
  height: 288px;
  border-radius: 10px;
  margin-bottom: 24px;
}
.inner-course img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.inner-course:hover img{
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.inner-course .contain-box {
  position: absolute;
  top: -3px;
  left: -7px;
  width: 100%;
  max-width: 425px;
  height: 121px;
  background-image: url(../images/courses/inner-course-shape2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top left;
  padding: 20px;
  padding-bottom: 35px;
  padding-right: 200px;
}
.inner-course:hover .contain-box{
  background-position: bottom left;
}
.inner-course .contain-box h3 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
.inner-course .logo {
  position: absolute;
  bottom: 15px;
  right: 15px;
  width: 100%;
  max-width: 54px;
  background-color: #fff;
}
.inner-course .logo img{
  width: 100%;
  height: auto;
  object-fit: cover;
  transform: none;
}
.inner-course .line {
  width: 100%;
  max-width: 260px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  background: rgb(255,216,0);
  background: -moz-linear-gradient(90deg, rgba(255,216,0,0.67) 0%, rgba(149,67,4,0.67) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255,216,0,0.67) 0%, rgba(149,67,4,0.67) 100%);
  background: linear-gradient(90deg, rgba(255,216,0,0.67) 0%, rgba(149,67,4,0.67) 100%);
  position: absolute;
  bottom: 15px;
  left: -260px;
  padding: 5px 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.inner-course:hover .line{
  left: 0;
}
.inner-course .line p {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 12px;
  padding-right: 5px;
  margin-right: 5px;
}
.inner-course .line p i{
  margin-right: 5px;
}
.inner-course .line p:last-child{
  padding: 0;
  margin: 0;
}
.inner-course .line p:after {
  content: '';
  position: absolute;
  right: 0;
  top: 2px;
  width: 1px;
  height: 70%;
  background-color: #ffffff;
}
.inner-course .line p:last-child:after{
  display: none;
}
/*------- inner course area stop --------*/
/*-- inner contact area start ---*/
.inner-contact-area{
  padding: 80px 0 145px;
}
.inner-contact-body{
  position: relative;
}
.contact-address-area {
  width: 100%;
  max-width: 856px;
  padding: 40px;
  padding-right: 330px;
  border-radius: 10px;
  box-shadow: 0 3px 20px rgba(248 152 158 / 72%);
}
.contact-address-area h2{
  position: relative;
  color: #1B273D;
  font-size: 36px;
  font-family: 'GilroyExtraBold';
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.contact-address-area h2:after{
  content: '';
  position: absolute;
  bottom: 0;
  left: -5px;
  width: 93px;
  height: 21px;
  background-image: url(../images/heading-shape.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.contact-address{
  margin-bottom: 20px;
}
.contact-address:last-child{
  margin-bottom: 0;
}
.contact-address.media{

}
.contact-address.media .media-icon {
  width: 78px;
  height: 78px;
  border-radius: 10px;
  background-color: #EF4028;
  font-size: 38px;
  color: #ffffff;
  position: relative;
    z-index: 1;
}
.contact-address.media .media-body {
  border: 2px dashed #FB8A33;
  border-radius: 10px;
  padding: 28px 20px;
  padding-left: 55px;
  position: relative;
  z-index: 0;
  margin-left: -38px;
}
.contact-address.media .media-body h3 {
  text-transform: capitalize;
  color: #1B273D;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 5px;
}
.contact-address.media .media-body address, .contact-address.media .media-body a {
  color: #000000;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  margin: 0;
}
.contact-address.media .media-body a:hover{
  text-decoration: underline;
}
.inner-contact-body .map-box {
  width: 100%;
  max-width: 526px;
  height: 580px;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 50px;
  right: 0;
}
.inner-contact-body .map-box iframe{
  width: 100%;
  height: 100%;
}
/*-- inner contact area stop ---*/
/*----- place student area start -----*/
.student-placement{
  min-height: 332px;
  background: rgb(3,67,128);
  background: -moz-linear-gradient(90deg, rgba(3,67,128,1) 0%, rgba(0,35,67,1) 100%);
  background: -webkit-linear-gradient(90deg, rgba(3,67,128,1) 0%, rgba(0,35,67,1) 100%);
  background: linear-gradient(90deg, rgba(3,67,128,1) 0%, rgba(0,35,67,1) 100%);
  margin-top: 24px;
}
.student-placement .heading {
    min-height: 121px;
    background: rgb(253,229,100);
    background: -moz-linear-gradient(0deg, rgba(253,229,100,1) 0%, rgba(253,173,0,1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(253,229,100,1) 0%, rgba(253,173,0,1) 100%);
    background: linear-gradient(0deg, rgba(253,229,100,1) 0%, rgba(253,173,0,1) 100%);
    clip-path: polygon(49% 100%, 100% 20%, 100% 0, 0 0, 0 20%);
    text-align: center;
    padding: 19px;
    padding-bottom: 68px;
    position: relative;
    width:100%;
    top: -1px;
    left:0;
}
.student-placement .heading:before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 66px;
  width: 2px;
  height: 102px;
  background-color: #ab9106;
  z-index: 1;
  transform: rotate(-52deg);
}
.student-placement .heading h3 {
  font-style: italic;
  color: #002D56;
  font-size: 15px;
  font-weight: 800;
  line-height: 18px;
  text-shadow: 1px 2px 0px #ffffff;
}
.student-placement .img-box {
  width: 100%;
  max-width: 205px;
  height: 200px;
  position: relative;
  margin: -78px auto 0;
  z-index: 1;
}
.student-placement .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/placement/shape1.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(5deg);
  z-index: 1;
}
.student-placement .img-box:after {
  content: '';
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  width: 85%;
  height: 85%;
  background-image: url(../images/placement/shape2.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transform: rotate(5deg);
  z-index: 3;
}
.student-placement .img-box .img {
  width: 100%;
  max-width: 142px;
  height: 142px;
  border-radius: 50%;
  display: flex;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  top: 15.3px;
  left: -21px;
  right: 0;
  z-index: 2;
}
.student-placement .img-box .img img{
  width: 100%;
  object-fit: cover;
}
.student-placement .img-box .shape{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/placement/shape3.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.student-placement .contain-box {
  padding: 5px 15px 15px;
  position: relative;
  margin-top: -20px;
}
.student-placement .contain-box .name {
    position: relative;
    text-align: center;
    background: rgb(253,171,0);
    background: -moz-linear-gradient(90deg, rgba(253,171,0,1) 0%, rgba(203,123,20,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(253,171,0,1) 0%, rgba(203,123,20,1) 100%);
    background: linear-gradient(90deg, rgba(253,171,0,1) 0%, rgba(203,123,20,1) 100%);
    padding: 7px 12px 5px;
    margin-right: -23px;
    margin-bottom: 8px;
}
.student-placement .contain-box .name h4 {
  color: #ffffff;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  text-shadow: 1px 0 1px rgba(0 0 0 / 40%);
}
.student-placement .contain-box .name:before {
  content: '';
  position: absolute;
  top: -9px;
  right: 0;
  background-color: #B27800;
  width: 8px;
  height: 9px;
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.student-placement .contain-box .contain .logo{
  width: 100%;
  max-width: 40px;
  background-color: #ffffff;
}
.student-placement .contain-box .contain .logo img{
  width: 100%;
  object-fit: cover;
}
.student-placement .contain-box .contain h5 {
  color: #ffffff;
  font-size: 11px;
  font-weight: 300;
  line-height: 16px;
}
.student-placement .contain-box .contain .right{
  padding-left: 5px;
}
/*----- place student area stop -----*/
/*--- inner award area start ---*/
.inner-award-area{
  padding: 80px 0;
}
.award-box {
  height: 330px;
  position: relative;
  margin-bottom: 24px;
}
.award-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.award-box:hover img{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}
.award-box .title {
  width: 100%;
  max-width: 262px;
  height: 96px;
  background-image: url(../images/awards/shape1.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 20px;
  left: -9px;
  padding: 29px;
  padding-right: 70px;
}
.award-box .title h4{
  color: #1B273D;
  font-size: 17px;
  font-family: 'GilroyExtraBold';
}
/*--- inner award area stop ---*/
/*------- award details start -----*/
.award-details-box{
  height: 424px;
}
/*------- award details stop -----*/